Set<TData>(DicomScp,bool,TData,BeforeAddTagDelegate) Method

Summary
Sends an N-SET-REQ to the SCP.
Syntax
C#
VB
C++
public void Set<TData>( 
   DicomScp Scp, 
   bool ignoreClass, 
   TData Data, 
   BeforeAddTagDelegate beforeAdd 
) 
  
Public Overloads Sub Set(Of TData)( _ 
   ByVal Scp As DicomScp, _ 
   ByVal ignoreClass As Boolean, _ 
   ByVal Data As TData, _ 
   ByVal beforeAdd As BeforeAddTagDelegate _ 
)  
public: 
void Setgeneric<typename TData> 
(  
   DicomScp^ Scp, 
   bool ignoreClass, 
   _TData^_ Data, 
   BeforeAddTagDelegate^ beforeAdd 
)  

Parameters

Scp
The peer connection to send the N-SET-REQ to.

ignoreClass
If set to true ignores class defined in the InstanceAttribute of Data.

Data
The data to send in the N-SET-REQ.

beforeAdd
The delegate to call before adding Data properties to the dataset that will be used in the N-SET-REQ.

Type Parameters

TData
The type of the data.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.